Bug fix on x86_64 increase_reservation
authoriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Thu, 8 Sep 2005 20:39:58 +0000 (20:39 +0000)
committeriap10@firebug.cl.cam.ac.uk <iap10@firebug.cl.cam.ac.uk>
Thu, 8 Sep 2005 20:39:58 +0000 (20:39 +0000)
Signed-off-by: ian@xensource.com
tools/python/xen/lowlevel/xc/xc.c

index d2c132ed8bf3fe7e887f0d499e02447cfbc73ea5..531b7a7b1c486fac73414076279b5af087a86ed5 100644 (file)
@@ -846,7 +846,7 @@ static PyObject *pyxc_domain_memory_increase_reservation(PyObject *self,
 
     static char *kwd_list[] = { "dom", "mem_kb", "extent_order", "address_bits", NULL };
 
-    if ( !PyArg_ParseTupleAndKeywords(args, kwds, "ii|ii", kwd_list, 
+    if ( !PyArg_ParseTupleAndKeywords(args, kwds, "il|ii", kwd_list, 
                                       &dom, &mem_kb, &extent_order, &address_bits) )
         return NULL;